home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / comm / ward165.zip / WARD165.EXE / ReleaseNotes.txt < prev    next >
Text File  |  1997-04-24  |  72KB  |  2,071 lines

  1. RELEASE NOTES
  2.  
  3. WAR FTP DAEMON for Win95/NT
  4. Get the latest update at: http://www.jgaa.com
  5.  
  6. I have now started to work on the next major version (2.0)
  7. of the server. Almost all the code will be rewritten to
  8. improve the design and flexibility, and to make it even faster
  9. to add new features.
  10. Because of this there will not be more features in the
  11. current major versioin (1.*), but bugfixes will be done
  12. until version 2.0 is released.
  13.  
  14. Please join the newsgroup alt.comp.jgaa if you want to discuss
  15. the features and be up to date on the development of version 2 :-)
  16. If your news provider dont carry this group today, make a call
  17. and ask them to. It will normally take only a day or two before
  18. they open it.
  19.  
  20. You can also join the warftpd mailing list or update notification
  21. lists. Send a mail to info@jgaa.ldp.no (auto-responder) for more
  22. information.
  23.  
  24.  
  25. KNOWN PROBLEMS
  26.  
  27.     The server does not work with the current version
  28.     of Trumpet Winsock for Win95.
  29.  
  30.     The user interface does not look very good under NT 3.51.
  31.     The menu are overwritten by the toolbar, and sometimes the
  32.     list boxes will not be visible. These problems will be
  33.     resolved in version 2.0.
  34.  
  35.     NT SERVICE:
  36.  
  37.         * The service will hang if you use a user account
  38.           that is not in the NT "administrator" group.
  39.  
  40.         * You will not be able to log out from the console
  41.           without stopping the service if you have the
  42.            SITE SHOW option enabled. (Options/NT tab).
  43.           This is due to a bug in MFC. I have not found a
  44.           work-around.
  45.           If you need to have the server auto-start when the 
  46.           system boot, *and* need the SITE SHOW option enabled,
  47.           stop the service and reboot rather than logging out.
  48.  
  49.         * I have experienced a few times that it has been impossible
  50.           to log in to NT 4 with the same user account that caused
  51.           the server to crash (when I logged off and the SITE SHOW
  52.           was enabled). To reset the user environment (and enable
  53.             NT login), log on to NT as another user with ADMINISTRATOR
  54.           privilegies and load/save the user in the NT User Manager.
  55.           This will clean up the mess (probarbly somewhere in the
  56.           registery) and solve the problem.
  57.           This looks like a NT 4 bug to me...
  58.  
  59.     The server will crash rather than playing sounds on some (NT 3.51 ??)
  60.     systems. If the server is unstable, disable the sound option
  61.     (Options/Sound tab).
  62.  
  63. -------------------------------------------
  64. V. 1.65 Release version Apr. 24 1997
  65. -------------------------------------------
  66.  
  67. ADDED    Option to handle brain dead ISP's.
  68.     Some ISP's deny use of FTP servers for their PPP
  69.     users. You can now bypass this restriction by
  70.     using another port than 21, and check the "Fool 
  71.     brain dead ISP's" checkbox in /Options/FTP
  72.  
  73. ADDED    New method for multimoming/mutlihosting. Previous
  74.     versions of War FTP Daemon handled this by adding
  75.     @ipNum after the user names. This still works, but you
  76.     can now also set up several instances of the server
  77.     on the same machine, each listening to different IP
  78.     numbers (the IP numbers must be assigned to the machine).
  79.     Use the /Options/Serber Name/Limit access... field to
  80.     enable this.
  81.     Note: Each virtual server must be installed in it's own
  82.     directory, and VfSys paths (if used) must _not_ overlap.
  83.  
  84. CHANGE    The startup therad for the server is now processing messages
  85.     from the operating system. (Since the server can be used as a 
  86.     NT service, the startup thread is not used by the server.)
  87.     This will prevent some problems when programs broadcast messages
  88.     to all running programs and expect an answer.
  89.  
  90. BUGFIX    sysmsg@Ipname.txt files was not shown correctly on
  91.     multihoming systems.
  92.     Fixed.
  93.  
  94. BUGFIX    On some systems the Options dialog did not work.
  95.     Fixed.
  96.  
  97. -------------------------------------------
  98. V. 1.63x Experimental version Apr. 22 1997
  99. -------------------------------------------
  100.  
  101. ADDED    Option to disable write protection on files open for
  102.     FTP send. (See Options/FTP)
  103.  
  104.  
  105. -------------------------------------------
  106. V. 1.62 Release version Apr. 20 1997
  107. -------------------------------------------
  108.  
  109. BUGFIX    Resume was broken when files was copied from CD-ROM.
  110.     Fixed.
  111.  
  112. -------------------------------------------
  113. V. 1.61 Release version Apr. 19 1997
  114. -------------------------------------------
  115.  
  116. Several bugs are traced and fixed. The server should now be unable
  117. to crash on release versions of Windows95 and NT. There are reported
  118. a few problems with Memphis and NT 5. I have asked Microsoft to provide
  119. me with copies of these systems in order to trace and fix this.
  120.  
  121. The installastion script in 1.55 had a problem where some system dll's was
  122. removed in the Windoes system directory and replaced with copies in the 
  123. server install dir. This is now fixed, so that new system dll's are copied
  124. to the Windows system directory.
  125.  
  126. ADDED    Option to copy files from CD-ROM and network drives to a local temp
  127.     dir before transmitting the file. (This has been on the "most wanted
  128.     features" list for a while.)
  129.     The server will start a new therad to perform the copying the first
  130.     time the copy operation is needed. This thread will serve all requests
  131.     to copy a file from a slow drive to a temp dir. This design ensures that the
  132.     server will handle all ongoing transfers at full speed, and also ensure
  133.     that only one file is copied from a CD-ROM drive or CD-ROM changer (jukebox)
  134.     at one time. Copying more than one file from a CD-ROM will slow down the
  135.     performance significantly. The one-file-at-the-time design will also 
  136.     reduce the load on the local network when files are copied from other
  137.     machines prior to download.
  138.     As soon as the file is copied, the transfere starts at full speed from
  139.     the local harddisk.
  140.  
  141. ADDED    Command to abort an ongoing file transfer from the server console.
  142.     Right click on the user and select "Stop transfer". No confirmation dialog
  143.     will pop up. If a transfer is open it will be aborted.
  144.  
  145. ADDED    Macros in the log file name. See the help section about the log
  146.     file for details.
  147.  
  148. -------------------------------------------
  149. V. 1.60x Experimental version Mar. 31 1997
  150. -------------------------------------------
  151.  
  152. BUGFIX    The firewall support caused WSAEADDRINUSE error
  153.     messages, and problems with opening the data connection.
  154.     Fixed.
  155.  
  156. -------------------------------------------
  157. V. 1.59x Experimental version Mar. 31 1997
  158. -------------------------------------------
  159.  
  160. BUGFIX    The spy option did not work in 1.57/58
  161.     Fixed
  162.  
  163. -------------------------------------------
  164. V. 1.58x Experimental version Mar. 29 1997
  165. -------------------------------------------
  166.  
  167. BUGFIX    A few UNKNOWN EXCEPTION's are removed
  168.  
  169. BUGFIX    A missing assignment to port 20 on the server side of file
  170.     transfers caused problems with firewalls.
  171.     Assumed fixed.
  172.  
  173. -------------------------------------------
  174. V. 1.56x Experimental version Feb. 17 1997
  175. -------------------------------------------
  176.  
  177. ADDED    ODBC logging. The ODBC log feature adds an option to log
  178.     file transfers to an MS-SQL server through an ODBC 
  179.     connection. You must have MS-SQL server installed before
  180.     you enble this option.
  181.  
  182.     Steps to install the ODBC log feature:
  183.  
  184.     1) Copy CODBCLog.dll into the War FTP Daemon directory
  185.     2) Modify ODBCLog.ini to your preferences.
  186.  
  187.         [ODBC]
  188.         Database=WarLog
  189.         Table=LOG
  190.         DoCreate=1
  191.         User=sa
  192.         Pwd=
  193.         ODBC name=WarFTPD
  194.  
  195.     3) Create a new empty SQL database, with the name you have
  196.        choosen as "Database".
  197.     4) Create a new ODBC definition on the machine running the
  198.        FTP server with the name you have choosen as "ODBC name".
  199.        Set the "default database" to the name of the database.
  200.     5) Make sure that the SQL user name and password in the  .ini
  201.        file are valid.
  202.  
  203.     Start the War FTP Daemon. The FTP server will try to create a new
  204.     table named "LOG" in the fresh database each time it start's up,
  205.     until the table is created. It will then automatically set the
  206.     flag "DoCreate" to 0. 
  207.  
  208.     In order to remove the option, simply delete the file CODBCLog.dll.
  209.  
  210. ADDED    Better protection against GPF problems. The server should now be
  211.     unable to crash. If a fatal error occur, the session that cause the
  212.     error might halt (from the users point of view), but the server should
  213.     remain online. Memory is not released when fatal error occurs, so this
  214.     can lead to a significant "memory leak" over some time.
  215.     If you see complaint's in the server log about CAUGHT UNKNOW EXCEPTION ...
  216.     restart the server or (if possible) reboot the machine. The error
  217.     handler is ment to keep the server alive until an operator can deal
  218.     with the problem, not as a solution to run a faulty system over a long
  219.     period of time.
  220.  
  221.  
  222. -------------------------------------------
  223. V. 1.55 Relese version Feb. 11. 1997
  224. -------------------------------------------
  225.  
  226. ADDED    Support for async chat when used with the War FTP Client.
  227.  
  228.     Implementation details: Async chat is enabled with the
  229.     SITE CHAT MODE=ON PROTOCOL=ASYNC REPLYCODE=nnn where nnn
  230.     is a number in range 200 - 299.
  231.     When enabled, the server send messages to the FTP client
  232.     as they apper, without delay, as normal command replies.
  233.     The message is identified by the number 'nnn'.
  234.     It is the responsibility of the FTP client to choose
  235.     a unique number so that it can seperate chat lines from
  236.     normal command replies.
  237.  
  238. ADDED    SITE PASS <new password> command. This allow users to 
  239.     change their passwords online.
  240.  
  241. BUGFIX    If a password was changed on a user account imported from
  242.     Serv-U, the password autentication would fail.
  243.     Fixed.
  244.  
  245. -------------------------------------------
  246. V. 1.54x Relese version Jan. 10. 1997
  247. -------------------------------------------
  248.  
  249. ADDED    Command line option to change the physical paths in
  250.     all the users FileAccess tab. This option is designed
  251.     to be used after the physical layout of the file
  252.     system has changed, like when you have added a new
  253.     disk drive.
  254.  
  255.     Syntax: war-ftpd -ReplacePathFrom C:\ -ReplacePathTo F:\
  256.  
  257.     The sample above will replace *all* user paths starting with
  258.     C:\ with F:\. C:\pub\ftp will i.e. now be F:\pub\ftp. The server
  259.     does not do any validiation of thhe changes.
  260.  
  261.     If you just use the -ReplacePathFrom without -ReplacePathTo,
  262.     any path matching the ReplacePathFrom argument will be permanently 
  263.     removed from the internal lists.
  264.  
  265.     MAKE A BACKUP COPY OF WARFTPDAEMON.DAT BEFORE YOU USE THIS
  266.     OPTION. THE CHANGES WILL BE PERMANENT.
  267.  
  268.     The code below shows the implementation of this feature:
  269.     (You don't need to understand the code in order to use
  270.     this feature, but c++ programmers will get a better
  271.     understanding of thow it works by looking at the code.
  272.  
  273.     if (SubstOldPath.GetLength())
  274.     {
  275.         if (!strnicmp(Me.m_Path, SubstOldPath, SubstOldPath.GetLength()))
  276.         {
  277.             if (SubstNewPath.IsEmpty())
  278.                 continue; // Path is to be deleted.
  279.             
  280.             LPCSTR p = Me.m_Path;
  281.             p += SubstOldPath.GetLength();
  282.             CString cBuf;
  283.             cBuf = SubstNewPath;
  284.             cBuf += p;
  285.             Me.m_Path = cBuf;
  286.         }
  287.     }
  288.  
  289.  
  290.  
  291. ADDED    Temporary user accounts. This feature is designed
  292.     to be used with automation tools, (like a CGI) to
  293.     allow one-time-access to files. It was originally
  294.     developed for the distribution of the War FTP Daemon
  295.     version 2 source code. In that case a CGI bin is called
  296.     from a web page. The CGI creates the temporary user
  297.     account and redirects the browser to the ftp server.
  298.     The benefit with this method is that warez traders can not
  299.     trade a FTP account. The account will be deleted the first
  300.     time it is used. The code below demonstrates how to use this 
  301.     feature:
  302.  
  303.     // Create tmp alias
  304.     char buf[32], *p;
  305.     int len = 16;
  306.     p = buf;
  307.     srand( (unsigned)time( NULL ) );
  308.     while(len)
  309.     {
  310.         i = rand();
  311.         if (isalpha((i & 0xff)))
  312.         {
  313.             *(p++) = (char)(i & 0xff);
  314.             --len;
  315.         }
  316.     }
  317.     buf[16] = 0;
  318.  
  319.     WritePrivateProfileString("tmp Alias", buf, "TheRealUserName","WarFtpdAlias.ini");
  320.     Sleep(1000);
  321.  
  322.     printf("HTML/1.1%cLocation: ftp://%s:password@you.ftp.com/warsrc.zip%c%c%c",10, buf, 10,10,10);
  323.  
  324.     As you might spot, the "tmp" userid is actually just a 
  325.     temporary nick to a real (permanent) user account. 
  326.     However, the FTP user will never know the identity
  327.     of this account (unless you expose it by using the userid
  328.     in some macro whne th euser logs on, or if you enable the
  329.     SITE WHO command.
  330.  
  331.     The ini file will be created automatically in the windows system 
  332.     catalog if you use the code above. This is also where the server
  333.     will look for it.
  334.  
  335.  
  336.  
  337. -------------------------------------------
  338. V. 1.52 Relese version Oct. 28. 1996
  339. -------------------------------------------
  340.  
  341. BUGFIX    If a user was kicked with the "ban IP" option checked
  342.     before he had logged on, the server would crash.
  343.     Fixed.
  344.  
  345. -------------------------------------------
  346. V. 1.51 Relese version Oct. 28. 1996
  347. (Upgrade from 1.50 only)
  348. -------------------------------------------
  349.  
  350. CHANGE    ABOR will now send file xmit termination message
  351.     if a file transfer is open.
  352.  
  353. CHANGE    The server will now recognize Fetch's ABOR sequence.
  354.  
  355. BUGFIX    2 bugs that caused GPF is fixed.
  356.  
  357. -------------------------------------------
  358. V. 1.50 Relese version Oct. 24. 1996
  359. -------------------------------------------
  360.  
  361.  
  362. ADDED    Option to mount network drives when the server runs as a
  363.     NT service.
  364.  
  365. ADDED    $g (group name) and $c (class name) macros to the upload
  366.     verification module.
  367.  
  368. ADDED    To help the ppp users to announce their current IP number,
  369.     the server will write the IP number reported by
  370.     Winsock to the file "CurrentIPNumber.txt" each time it
  371.     goes online.
  372.  
  373. UPDATED    Online help.
  374.  
  375. CHANGE    The server will not accept more than 5 ls therads. This
  376.     is done to avoid a MS bug in WaitForMultipleObjects()
  377.     that else would generate a huge memory leak.
  378.     This will not affect the performance of the server, unless
  379.     5 or more users are issuing recursive directory listings
  380.     at the same time.
  381.  
  382. BUGFIX    Code is borrowed from version 2 of the server to prevent a rare
  383.     GPF failure when users disconnect while up/download is in
  384.     progress.
  385.  
  386. BUGFIX    The connection counter was decrementing by one if a user was
  387.     denied by absolute IP. That would lead to negative connection
  388.     numbers.
  389.     Fixed.
  390.  
  391. BUGFIX    Fixed a bug in the Serv-U import filter that would lead to
  392.     "Access denied to home directory" errors.
  393.  
  394.     Note: You must still verify the File Access tab for each
  395.     user/group imported as War sometimes creates duplicate
  396.     entries.
  397.  
  398. BUGFIX    The timezone conversion functions sometime caused illegal
  399.     dates on virtual files. This could confuse Cute-FTP so that
  400.     the files was not displayed in the directory listing.
  401.     Fixed.
  402.  
  403. BUGFIX    (NT) The event log will now resolve the correct message text.
  404.  
  405. BUGFIX    The server could in some situations close incoming file transfers
  406.     before the files were completly uploaded.
  407.     Fixed.
  408.  
  409. BUGFIX    Resume of upload should now work.
  410.  
  411.  
  412. -------------------------------------------
  413. V. 1.32x experimental BETA Oct. 15. 1996
  414. -------------------------------------------
  415.  
  416. The server now use the MSVC 4.2b with update patch from MS. This
  417. includes new dll's. (again...)
  418.  
  419. ADDED    SITE SHOW command to display the server console when the
  420.     server is running as a system service under NT. The server
  421.     must be configures to run in "Interactive" service mode
  422.     for this to work, and NT must allow interactive services.
  423.     This new command can be used to configure the server when
  424.     it runs as a service.
  425.  
  426.     Note: You must log in to the server from a FTP client
  427.     as a FTP user in the class "sysadmin". Then issue the
  428.     QUOTE SITE SHOW command (or define a custom command
  429.     if you use Cute-FTP) to bring up the server console.
  430.  
  431.     THE SERVER WILL NOT DISPLAY THE TASKBAR ICON. This is
  432.      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  433.     done by purpose since the service don't "belong" to the
  434.     user currently logged on to the NT desktop.
  435.  
  436. BUGFIX    I traced down a bug in the pattern matching function that
  437.     might be the cause of the reported problems with banned
  438.     files and upload verification. I *hope* this is fixed.
  439.  
  440. BUGFIX    In 1.31x the server would not report the correct number
  441.     of users online.
  442.     Fixed.
  443.  
  444. -------------------------------------------
  445. V. 1.31x experimental BETA Sept. 29. 1996
  446. -------------------------------------------
  447.  
  448. The server now use the MSVC 4.2a with update patch from MS. This
  449. includes new dll's.
  450.  
  451.  
  452. BUGFIX    Now allows '@' in user names to allow multihoming
  453.     users (was disabled a few releases ago...)
  454.  
  455. TESTED    I had a report that banned files did not get banned,
  456.     ie. *.txt in the banned list would still allow text
  457.     files to be uploaded.
  458.     I found no bugs here. Make sure that banned files
  459.     are added to the correct level. If you ban file names
  460.     on user "garfield", the banning will only apply for
  461.     this user. In general, banned files should be
  462.     defined on the "default" level.
  463.  
  464. TESTED    There is reported to be a memory leak in 1.30x. I have
  465.     not been able to find any such leak, so it might be
  466.     bugs in the MFC libraries. The libraries are updated
  467.     in 1.31x. The only known memory leak are a due to a
  468.     bug in MFC when a thread is waiting for more than 
  469.     8 events. This can be avoided by using 5 or less
  470.     ls-threads.
  471.  
  472. -------------------------------------------
  473. V. 1.30x experimental BETA Sept. 17. 1996
  474. -------------------------------------------
  475.  
  476. I have tried to track down a bug that cause the server to
  477. crash in the sockets subsystem - with no luck.
  478. To help out some of you that are waiting for the bugfixes
  479. below I release this version now. New versions with more
  480. features and improvements can be expected in the *near*
  481. future.
  482.  
  483.  
  484. ADDED    Option to turn reverse DNS lookup on/off. (It is set
  485.     off by default).
  486.  
  487. CHANGE    Now using MSVC++ 4.2. Several new dll's in the
  488.     distribution.
  489.  
  490. CHANGE    The server will now use the *modification* date
  491.     as file date. In previous versions it used the
  492.     creation date.
  493.  
  494. BUGFIX    Deletion of files sometimes failed when the 
  495.     virtual file system was used because the server
  496.     forgot to delete empty .Index.txt files.
  497.     Fixed.
  498.  
  499. BUGFIX    The server would shut down file transferes if the
  500.     "Go offline when ready" button was pressed.
  501.     Fixed.
  502.  
  503. BUGFIX    Sometimes the server would move files into the
  504.     servers home directory when it was told to
  505.     *rename* the file.
  506.     Fixed.
  507.  
  508. BUGFIX    Some fixes in VfSys when loading/flushing empty
  509.     directories.
  510.  
  511. BUGFIX    War would not show directories/files if the
  512.     first file/dir in a directory was denied
  513.     to the user due to UNIX/VfSys permissions.
  514.     Fixed.
  515.  
  516. ------------------------------------------
  517. V. 1.29x experimental BETA August 4. 1996
  518. ------------------------------------------
  519.  
  520. ADDED    ls -d option to support ncftp "get -R"
  521.  
  522. ADDED    Copy User and Rename User in the Security
  523.     tab (User maintainance).
  524.     Copy User will create a new user with
  525.     all the properties of the selected user,
  526.     except username and password.
  527.  
  528. ADDED    Auto-rescan option for VfSys to ease dupe 
  529.     checking on systems where files    might be added 
  530.     from other applications (like BBS systems).
  531.     The scanning will be done in a defined
  532.     time interval, and only when no users are 
  533.     listing directories.
  534.     Note: During the rescan the server will
  535.     "hang". I could have added a thread to
  536.     do the scanning, but the disk/IO is so intense
  537.     during this operation that another tread would
  538.     just have slowed down the overall performance.
  539.  
  540. ADDED    [$dirmsg] macro to display the directory change
  541.     message. This macro is automatically called when
  542.     the user log in and when he change directory.
  543.  
  544. CHANGE    Help via F1 was disabled in release 1.26x.
  545.     It is now re-enabled.
  546.  
  547. CHANGE    Usernames are now restricted to 'a' - 'z' and
  548.     '0' - '9'. Other letters will be refused.
  549.     The current user database is not affected.
  550.  
  551. CHANGE    If the "Go offline when ready" checkbox on the 
  552.     console is checked the user will be logged off
  553.     as soon as the current file transfer is
  554.     completed.
  555.  
  556. CHANGE    When the Upload Veryfier renames a file, it is 
  557.     now updated in VfSys.
  558.  
  559. CHANGE    If a user is rejected due to a banned IP address
  560.     he will now be thrown off after the password is
  561.     given with a "Bad Password" message.
  562.     This makes it a little harder for the hackers
  563.     to determine how they should proceed :-)
  564.  
  565. BUGFIX    The Pattern mathing function failed when
  566.     the pattern was set to *.zip and the path
  567.     contained a . character.
  568.     This bug could affect the Upload Verification
  569.     module, the Banned File and the Dupe Checker.
  570.     Fixed
  571.  
  572. BUGFIX    Sessions that "hangs" after a user has lost
  573.     his connection while up or downloading are
  574.     was not timing out.
  575.     Fixed.
  576.  
  577. BUGFIX    The "mysterious" N4 (and Nt 3.51) bug where
  578.     the server crashed on some system when the
  579.     DIR command was given in the root directory
  580.     is found and fixed.
  581.     
  582.  
  583. ----------------------------------------
  584. V. 1.28x experimental BETA July 24. 1996
  585. ----------------------------------------
  586.  
  587. CHANGE    I did a little testing on NT with different thread
  588.     priorities to optimize performance when several 
  589.     large directory listings were built.
  590.     The best overall performance was achieved by 
  591.     lowering the priority of the threads that build
  592.     the directory listings whenever they kept the
  593.     shared data segments of VfSys unlocked. I
  594.     raised the priority whenever they accessed shared
  595.     memory to avoid situations where the main
  596.     thread would block, waiting for write access
  597.     to VfSys and one ore more lower priority threads
  598.     kept a read lock on it but was blocked by NT,
  599.     waiting for higher priority processes to 
  600.     complete their work.
  601.     So the new design is:
  602.  
  603.       Main thread
  604.            |
  605.            | Request data and continue with other users
  606.            |
  607.            v
  608.           Ls thread
  609.            |
  610.           Lower proirity and initialize
  611.            |
  612.            +-> Raise priority
  613.      loop      Get VfSys Data for one directory
  614.            +-< Lower priority
  615.            |
  616.           Make a nice looking directory listing
  617.            |
  618.           Send a notification to the main thread about the 
  619.           completion of the request
  620.            |
  621.           Raise priority
  622.           Loop back to start and wait for new requests.
  623.  
  624.     This gave an acceptable performance with NT on a 
  625.     single CPU system, and will probarbly boost
  626.     performance on a multiprocessor system.
  627.  
  628.     Windows95 did not like to change the
  629.     priority all the time. I guess that the kernel 
  630.     code for this is *very* inefficient, involving 
  631.     physical memory transfers and relinking of the
  632.     threads protected memory data, and several
  633.     context switches. The performance fell by
  634.     ~1000% on my worst case test.
  635.  
  636.     This might be fixed in future versions of Win95, so
  637.     I have added options to set the number of ls threads
  638.     and "Optimal", "Mixed" and "Fixed" priority. This
  639.     option is located in the File System Options tab.
  640.     
  641.       Mixed    - NT Mode where the priority is changed
  642.       Fixed    - The priority remains the same as the
  643.                      main therad.
  644.           Optimal  - A qualified guess made by the server 
  645.                      on what to do - based on the actual
  646.                      operating system and version.
  647.  
  648.     The number of ls therads are the maximum number the
  649.     server will use. When it start up it initialize one
  650.     thread. When a user issues a LIST command the server
  651.     checks if there are idle ls threads. If one (ore more)
  652.     threads are idle, it gets the request.
  653.     If no threads are idle (all are processing LIST commands)
  654.     the server checks if it can initiate a new therad and 
  655.     does so if the number of ls threads are less than the
  656.     defined maximun.
  657.     If the maxuimun number of ls threads are running, it
  658.     checks how many pending requests there are on each
  659.     thread, and if they perform a simple or recursive
  660.     directory listing. It then queues the request to the
  661.     thread that most likely will finish it's current tasks
  662.     first and continue processing on other users.    
  663.     (The "hold" state of the user in the user list can
  664.     mean that the user has a pendinng reuest on a ls
  665.     thread).
  666.  
  667.     In the current version I have set the system defined
  668.     maximum to 30 threads. The server can handle up
  669.     to about 60 threads with the current design, but too
  670.     many threads will add a significant overhead both in
  671.     NT and in the servers locking functions for shared
  672.     memory.
  673.     There is also a bug in the Microsoft SDK that leads
  674.     to a small memory leak if more than 8 therads places
  675.     a read lock on a shared data segment, and one therad
  676.     waits for write access. (WaitForMultipleObjects).
  677.     The number of LS threads should therefore be 5 or
  678.     less.
  679.  
  680.  
  681. CHANGE    I had reported that the server "froze" under 
  682.     Win95 when large partitions were loaded
  683.     into VfSys and VfSys was shut down.
  684.     The problem turned out to be a bug in Win95
  685.     when allocating large number of memory buffers.
  686.     Windows 95 simply ran out of system resources
  687.     and was unable to release the buffers. In stead
  688.     it froze the server, and then other programs
  689.     as well.
  690.     I performed a benchmark with ~26,000 files and
  691.     verified the problem.
  692.     I rescheduled the memory optimizing of VfSys 
  693.     and implemented my own memory allocation 
  694.     functions. As a result large partitions works 
  695.     fine with Win95 and memory usage is reduced by 67%.
  696.     Under NT the operating system used 10,400 KB
  697.     to store the 26,000 file names and the global
  698.     data segments for the server.
  699.     With my memory functions this was reduced to 
  700.     3,432 Kb.
  701.     It also gave a nice side effect of even faster
  702.     loading of the VfSys:
  703.  
  704.     Load VfSys in version 1.26x 95940 ms (95.9 sec)
  705.     Load VfSys in version 1.27x 45135 ms (45.1 sec)
  706.     Load VfSys in version 1.28x 24015 ms (24.0 sec)
  707.     
  708.  
  709. ----------------------------------------
  710. V. 1.27x experimental BETA July 23. 1996
  711. ----------------------------------------
  712.  
  713. ADDED    Support in VfSys to handle comments and UNIX
  714.     attributes on read only directories and drives
  715.     (CD-ROM).
  716.  
  717. CHANGE    VfSys can now be used when War is running as a 
  718.     NT Service. The shutdown function has support
  719.     for fast shutdown and will in most cases 
  720.     complete the shutdown process in a few seconds.
  721.     (Normal shutdown is a little slower as it will
  722.     release all used memory and other resources.)
  723.  
  724. CHANGE    Optimized the Virtual file system. Reduced load
  725.     time by ~50% and decreased flushing time from 
  726.     several minutes (worst case) to ~ 10 - 100 ms.
  727.  
  728.     The following benchmark is performed on a Intel
  729.     Pentium 120 MHz based standard clone PC with
  730.     2 x Quantum Fireball IDE 1.3 GB drives and 48 MB
  731.      RAM running NT 4.0 Server. 
  732.     (25968 files in 1107 directories loaded)
  733.  
  734.     Load VfSys in version 1.26x 95940 ms (95.9 sec)
  735.     Load VfSys in version 1.27x 45135 ms (45.1 sec)
  736.  
  737.     Also reduced memory usage and memory fragmentation
  738.     when running VfSys.
  739.  
  740. ----------------------------------------
  741. V. 1.26x experimental BETA July 21. 1996
  742. ----------------------------------------
  743.  
  744. ADDED    NT Service support.
  745.     The server can now run as a native Windows Nt service.
  746.     This feature is still at an early stage. I just wanted
  747.     to know if this service implementation is so hard to
  748.     do as people claim. It is not. The current
  749.     implementation was done in just a few hours :-)
  750.  
  751.     In order to run it as a server, follow these steps:
  752.  
  753.       1) Log in to NT as *Administartor*.
  754.       2) Start the server as usual.
  755.       3) Open the Options/NT tab.
  756.       4) Select startup mode and (optionally)
  757.          an user account.
  758.       5) Press the [Update] button.
  759.           6) Exit War.
  760.  
  761.     War will now be configured as a service. You can
  762.     start it from the Service Manager. It support the
  763.     following Service Manager commands:
  764.  
  765.       Start     - Starts up    
  766.       Stop      - Logs all users off and terminates
  767.       Pause     - Goes offline
  768.       Continue  - Goes online
  769.  
  770.     Limitations/bugs:
  771.  
  772.       There is no way to access or configure the server when it 
  773.       is running as a service. 
  774.  
  775.       DO NOT USE VFSYS WHILE RUNNING IN SERVICE MODE. VFSYS
  776.       USES TOO LONG TIME TO FLUSH THE BUFFERS WHEN THE MACHINE
  777.       SHUTS DOWN. You can use VfSys if you manually stop the
  778.       server before shutting down the machine.
  779.  
  780.       No control panel applet is available at the moment.
  781.  
  782.       The Event Log messages make no sense at the moment. 
  783.       However, both the regular log and the WU-FTPD log are
  784.       all right.
  785.  
  786.     Notes:
  787.  
  788.       When War is installed as a service it will try to start
  789.       as a service also when started as a normal application. 
  790.       This gives a delay of ~30 seconds from you start War
  791.       until it shows up.
  792.  
  793.       In order to confugure War when it is running as a service, 
  794.       go to the Service Manager in the control panel and stop
  795.       "WAR-FTPD". Then you can start the server as usual and
  796.       do the configurations. When you are done, terminate War
  797.       and start it again as a service from the Service Manager.
  798.       
  799. ADDED    Telnet command recognition in the FTP command parser.
  800.     This option is added to handle FTP clients that prefix
  801.     the ABOR command with Telnet codes.
  802.  
  803. BUGFIX    When running vfsys the Free Diskspace option always reported
  804.     "Low on free diskspace".
  805.     Fixed.
  806.     
  807.  
  808. ----------------------------------------
  809. V. 1.25x experimental BETA July 20. 1996
  810. ----------------------------------------
  811.  
  812. BUGFIX    Minor bugfix in the modified pattern matching
  813.     module.
  814.  
  815.  
  816. ----------------------------------------
  817. V. 1.24x experimental BETA July 20. 1996
  818. ----------------------------------------
  819.  
  820. ADDED     UNIX WU-FTPD compatible log file in addition
  821.     to the current War log file.
  822.     There should be tons of scripts available
  823.     to process this new log file and make all
  824.     kind of fancy reports :-)
  825.  
  826. ADDED     [$diskfree] macro. Reports free KB on the
  827.     (users) current drive.
  828.  
  829. ADDED    test for free diskspace before accepting
  830.     upload. The requiered free space can be set in
  831.     the File System options tab.
  832.  
  833. ADDED    Copy option to the Upload Verification
  834.     dialog.
  835.  
  836. CHANGE    Modified the Path report to mark *all* inactive
  837.     paths as inactive, not just the paths unresolved
  838.     by VfSys.
  839.  
  840. CHANGE    Modified the path parser to support non-mapped
  841.     paths if a parent path is mapped.
  842.        C:\                     +root +home +map
  843.            D:\ftp                  +map
  844.            D:\ftp\incoming
  845.     The incoming directory will now be recognized
  846.     as /ftp/incoming and the attributes will apply.
  847.     In previous versions, each path that was defined
  848.     ouside the root path had to be mapped to root.
  849.     Note: If you want to give access to a path
  850.     outside the users root path, the lowest level path
  851.     still *has* to be mapped. 
  852.     War woun't allow any absolute paths ouside the root
  853.     path.
  854.  
  855. CHANGE    The entire source code (all 26.735 lines)
  856.     was reviewed and partially modified to
  857.     handle a MSVC++ 4.1 code generation
  858.     error that can cause GPF's.
  859.  
  860. CHANGE    The log dialog is moved to the Options tab.
  861.     The dialog is also modified.
  862.  
  863. CHANGE    Change in LIST parameter processing.
  864.     The LIST command will now always use
  865.     long listing format, also if the user
  866.     specify -1 or -C on the command line.
  867.     This is not logical, but comforms with
  868.     the behavior on UNIX servers.
  869.     Use the NLST (ls) command if you want
  870.     to use short or multicoloumn format.
  871.  
  872. BUGFIX    When only 1 session was allowed on a user 
  873.     account, pr. IP, the user was denied login
  874.     even if he was not previously logged on.
  875.     Fixed.
  876.  
  877. BUGFIX    The server was a little paranoid with the
  878.     X:\ root directory. If a drive root was
  879.     the root path for a user, the user was
  880.     denied access to any subdirectory.
  881.     This bug was introduced with the 1.03x
  882.     version.
  883.     Fixed.
  884.  
  885. BUGFIX    In version 1.23x a new bug was introduced:
  886.     Mapped dirs was displayed several times.
  887.     Fixed.
  888.  
  889. BUGFIX    A dead lock situation was detected when
  890.     manualy restarting VfSys while there was
  891.     users online, and they performed directory
  892.     listings.
  893.     Fixed.
  894.  
  895. BUGFIX    The console sometimes claimed to be "offline"
  896.     just after the server was started, and
  897.     it actually was "online".
  898.     Fixed.
  899.  
  900. ----------------------------------------
  901. V. 1.23x experimental BETA July 18. 1996
  902. ----------------------------------------
  903.  
  904. ADDED    More threads on slow IO. Up to 6 threads can now work
  905.     together to speed up slow IO access upon directory listings,
  906.     in addition to the two primary processing threads (that 
  907.     never perform any slow IO operations, except when they
  908.     flush VfSys or the user database).
  909.  
  910. CHANGE    Internal design change in the locking scheme for multithread
  911.     access to shared memory. The new scheme taks a little more 
  912.     CPU usage, but make the server run significatly faster when
  913.     there are many users online.
  914.  
  915. BUGFIX    A dead lock situation was detected. The server could go into
  916.     a "dead lock" when two threads incrementally placed
  917.     a lock on the same objects.
  918.     Fixed.
  919.  
  920. ----------------------------------------
  921. V. 1.22x experimental BETA July 16. 1996
  922. ----------------------------------------
  923.  
  924. ADDED    Upload verification processing script option.
  925.     The server can now start external programs to
  926.     perform CRC checks (or other validiation) on
  927.     incoming files prior to accepting the file.
  928.     It can also extract file_id.diz or perform other
  929.     processing on the incoming file.
  930.  
  931. BUGFIX    A minor bug in the low level read function that
  932.     reads the fields in the user database was detected
  933.     and fixed.
  934.  
  935. ----------------------------------------
  936. V. 1.21x experimental BETA July 13. 1996
  937. ----------------------------------------
  938.  
  939. ADDED     Import of Serv-U database.
  940.  
  941. ----------------------------------------
  942. V. 1.20b BETA July 11. 1996
  943. ----------------------------------------
  944.  
  945. ADDED    Contents file to the online help.
  946.  
  947. BUGFIX    The dupe checker was a little paranoid
  948.     and refused files that was defined in
  949.     the dupe exception list without a 
  950.     leading *.
  951.     Fixed.
  952.  
  953. ----------------------------------------
  954. V. 1.04x experimental BETA July 10. 1996
  955. ----------------------------------------
  956.  
  957. ADDED    Installation program with the distribution
  958.  
  959. BUGFIX    REST (resume command) did not always reset
  960.     the start offset to 0 after the transfere,
  961.     or when the FTP client did not initiate a
  962.     transfer immediately.
  963.     This bug caused incompatibility with Cute FTP
  964.     version 1.5.
  965.     Fixed.
  966.  
  967. BUGFIX    An error recovery function in the file send
  968.     module caused the server to crash.
  969.     Fixed.
  970.     
  971.  
  972. ----------------------------------------
  973. V. 1.03x experimental BETA July 9. 1996
  974. ----------------------------------------
  975.  
  976. ADDED    Disable banner checkbox in the welcome dialog.
  977.  
  978. CHANGE    The format of the physical .Index.txt file has
  979.     changed. See the online documentation for
  980.     details.
  981.  
  982. BUGFIX    Netscape failed to download files from the root
  983.     path when the Virtual File System was running,
  984.     and the physical directory not was assigned to
  985.     a logical name.
  986.     Fixed.
  987.  
  988. BUGFIX    The [$credit] macro did always show the KB
  989.     ratio relation, also when the Up/Download
  990.     mode ws set to files.
  991.     Fixed.
  992.  
  993. BUGFIX    If user or class was changed from the View Virtual 
  994.     File System dialog, the new data was not always 
  995.     saved.
  996.     Fixed.
  997.  
  998. BUGFIX    When running the Virtual File System, directories
  999.     was not physically deleted when a user sent a
  1000.     DELE command.
  1001.     Fixed.
  1002.  
  1003. BUGFIX    If the Virtual File System was restarted while
  1004.     a user was uploading a file, the file would appear
  1005.     twice in the directory listing sent to the
  1006.     user.
  1007.     Fixed.
  1008.  
  1009. BUGFIX    A minor security problem was reported.
  1010.     Fixed.
  1011.  
  1012. BUGFIX    It was not possible to edit an alias name in
  1013.     the FILE ACCESS TAB if the original directory
  1014.     name was only one character long.
  1015.     Fixed.
  1016.     Note: Alias names *must* be 2 or more charactres
  1017.     long. If a name is invalid, the server will 
  1018.     change it to a valid name.
  1019.  
  1020. BUGFIX    The server would crash if a pathnames was
  1021.     too long.    
  1022.     Fixed.
  1023.  
  1024. BUGFIX    Multi-segment lines made the server strip
  1025.     off command parameters.
  1026.     Fixed.
  1027.  
  1028. ----------------------------------------
  1029. V. 1.02x experimental BETA July 7. 1996
  1030. ----------------------------------------
  1031.  
  1032. BUGFIX    When running the virtual file system, deleted
  1033.     files would not always be physical erased
  1034.     from the disk, althoug they appered to be
  1035.     deleted in the servers directory listings.
  1036.     Fixed.
  1037.  
  1038. BUGFIX    When the virtual file system was running,
  1039.     it was not possible to upload files to
  1040.     the first directory level in the root path.
  1041.     Fixed.
  1042.  
  1043. BUGFIX    CD .. would in some situations give
  1044.     "Permission denied" when issued from a
  1045.     mapped directory.
  1046.     Fixed.
  1047.  
  1048. ----------------------------------------
  1049. V. 1.01x experimental BETA June 28. 1996
  1050. ----------------------------------------
  1051.  
  1052. ADDED    Dupe exceptions in the Banned Files tab.
  1053.  
  1054. ADDED    Account session time limit
  1055.  
  1056. ADDED    Max simultaneous logins for an account based on
  1057.     the callers IP number. You can now allow 30
  1058.     anonymous users, but only 1 or 2 sessions for
  1059.     each physical user.
  1060.  
  1061. ADDED    Options/File System Options
  1062.     Links are now shown as files by default (ls -L). This
  1063.     option can be turned off.
  1064.  
  1065. CHANGE    The system options on the main console will no longer
  1066.     be hidden if the console is resized.
  1067.     
  1068. BUGFIX    When VfSys was running and the root directory was
  1069.     somewhere down the path, and mapped, the command
  1070.     CD /SOMEDIR could fail.
  1071.     Fixed.
  1072.  
  1073. ------------------------------
  1074. V. 1.0b BETA June 23. 1996
  1075. ------------------------------
  1076.  
  1077.  
  1078. ADDED    Help.
  1079.  
  1080. BUGFIX    WEB browsers had problems listing directories
  1081.     on sites that diod not use the Virtual File 
  1082.     System.
  1083.     Fixed.
  1084.     
  1085.  
  1086. ------------------------------
  1087. V. 0.19a ALPHA June 21. 1996
  1088. ------------------------------
  1089.  
  1090. I have now fixed all reported bugs that I have been able
  1091. to reproduce. Please report any problems.
  1092.  
  1093.  
  1094. CHANGE    The "User and paths" report hide any path
  1095.     deactivated by VfSys. They will now show
  1096.     up as "INACTIVE". Also, the 'R' and 'H'
  1097.     flags will now show the users real 
  1098.     Root and Home paths (and not all the paths
  1099.     that had the Home or Root flag set).
  1100.  
  1101. BUGFIX    FTP clients that split the command messages
  1102.     into several TCP packages could both confuse and
  1103.     make the server crash.
  1104.     Assumed fixed (I can't test it).
  1105.  
  1106. BUGFIX    The FTP command parser used a 256 byte buffer.
  1107.     The recommended size is "at least" 4 KB.
  1108.     Buffer size increased to 8 KB.
  1109.     (And to the hackers...: Sorry, you can't
  1110.     overload that buffer :-)
  1111.  
  1112. BUGFIX    The OLE support for .lnk shortcuts (if not
  1113.     using VfSys) was broken when the server went
  1114.     multithreading (0.14a).
  1115.     Fixed.
  1116.  
  1117. BUGFIX    If you had VfSys running, created a new user,
  1118.     and then added some paths for the user, the
  1119.     paths would simply disappear the next time
  1120.     the server was started.
  1121.     The problem was that a flag that tells the
  1122.     save() function to convert from VfSys paths
  1123.     to DOS paths was not set correctly. The
  1124.     paths was saved as VfSys paths and therefore
  1125.     invalid. If you have seen this problem
  1126.     do the following:
  1127.       1) Take the server off-line
  1128.       2) Stop VfSys
  1129.       3) Go trough the users and delete
  1130.          any non-DOS path (except "\").
  1131.     The problem is now fixed.
  1132.  
  1133. BUGFIX    When running without VfSys, and a X:\ style
  1134.     path was root, mapped directories would
  1135.     not show up in the directory listing.
  1136.     Fixed.
  1137.  
  1138. BUGFIX    When running without VfSys, and the root dir
  1139.     was not mapped, CD / would fail.
  1140.     Fixed. (It now maps to the root path).
  1141.  
  1142. BUGFIX    When using Netscape Navigator, you sometimes
  1143.     had to re-load the page to see the directory-
  1144.     listing. 
  1145.     Fixed.
  1146.  
  1147. BUGFIX    Sometimes mapped directories would show up in the
  1148.     directory listings as *files*, not directories.
  1149.     Fixed.
  1150.  
  1151. ------------------------------
  1152. V. 0.18a ALPHA June 17. 1996
  1153. ------------------------------
  1154.  
  1155. ADDED    SITE: WHO SHUTDOWN ENABLE DISABLE MSGU OPEN
  1156.     CLOSE ANON KICK
  1157.     Also: "HELP SITE"
  1158.  
  1159. ADDED    Security tab for Site commands completed.
  1160.  
  1161. ADDED    Sound support on some events. You can visit
  1162.     http://www.sky.net/~jdeshon/joewav.html for a
  1163.     large number of cool sounds to use.
  1164.  
  1165. BUGFIX    The multithreading support in the Virtual File System
  1166.     sometimes caused the old cache to remain allocated when
  1167.     it was restarted. (Problems with the Lock counters).
  1168.     This could lead to a huge waste of memory and also
  1169.     loss of information (uploader, download count etc.)
  1170.     Fixed.
  1171.  
  1172. BUGFIX    NT did not always flush the VfSys .Index.txt files,
  1173.     causing information (uploader, download count etc.)
  1174.     to be lost.
  1175.     Fixed
  1176.  
  1177. BUGFIX    If a user issued a SITE command when the spy
  1178.     windows was active, the server could crash.
  1179.     Fixed
  1180.  
  1181. BUGFIX    Sometimes the server would crash when spying on users
  1182.     while they logged on.
  1183.     Fixed
  1184.  
  1185.  
  1186. ------------------------------
  1187. V. 0.17a ALPHA June 16. 1996
  1188. ------------------------------
  1189.  
  1190. ADDED    Tool-tip for the toolbar.
  1191.  
  1192. ADDED    Clear log-window command.
  1193.  
  1194. ADDED     System Priority to the Options tab.
  1195.  
  1196. ADDED    Feature to prevent the server from starting several
  1197.     instances of the program from the same directory.
  1198.  
  1199. CHANGE    In the current design of the File Access tab
  1200.     there are some ambigous situations.
  1201.     If the \ path is defined as roor + home, all
  1202.     users will have access to all files, also
  1203.     unprivileged users with another root path.
  1204.     I have now denied access to un-mapped
  1205.     paths before the users root-level, if the
  1206.     root path has the mapping flag set.
  1207.     In other words: If you have given a default
  1208.     path of \ + root, and anonymoys \ftp\files + root
  1209.     + map, the anonymous user will not get access to 
  1210.     anything above \ftp\files, unless the paths are
  1211.     mapped. If they are mapped, they will show up
  1212.     as links in the users root directory 
  1213.     (\ftp\files\path)
  1214.  
  1215. BUGFIX    Removed some minor memory leaks. (< 1 KB total)
  1216.  
  1217. BUGFIX    Corrected the header name for sysmsg6.txt in the
  1218.     View Messages tab.
  1219.  
  1220. BUGFIX    DOS paths like C:\ + map did not show up in the
  1221.     listings in the users root-dir.
  1222.     Fixed.
  1223.  
  1224. BUGFIX    The rename function in the server would move files
  1225.     to the servers home directory, rather than renaming
  1226.     the files when running without the VfSys.
  1227.     Fixed.
  1228.  
  1229. BUGFIX    Removed a ':' after 'total' in the LIST output to
  1230.     make Netscape Navigator even more happy.
  1231.     
  1232.  
  1233. ------------------------------
  1234. V. 0.16a ALPHA June 11. 1996
  1235. ------------------------------
  1236.  
  1237. ADDED    Validiation of "email as password". The server
  1238.     does a basic check to ensure that the password
  1239.     has a email-like syntax (something@).
  1240.     WWWuser@ will be accepted.
  1241.  
  1242. BUGFIX    There was a bug in VfSys's links when the links
  1243.     was to directories. CD worked all right, but 
  1244.     the list command would sometimes show partially
  1245.     listings of the parent dir.
  1246.     Fixed.
  1247.  
  1248. BUGFIX    Deletion of directories did not work.
  1249.     Fixed.
  1250.  
  1251. BUGFIX    If VfSys was not running and you had "\" as root path, 
  1252.     the intetranl path repersentation would be wrong on
  1253.     mapped paths, causing all files to be unavailable for
  1254.     access.
  1255.     Fixed.
  1256.  
  1257. BUGFIX    Fiexd a problem with the drive paths showing up as
  1258.     /c /d etc. if "\" was root dir and VfSys was not running.
  1259.  
  1260.  
  1261. TEST    I got a report that there is a 45 sec. delay from 
  1262.     the password is given to the user get logged in when
  1263.     the server is running under NT 3.51.
  1264.     I am not able to reproduse this delay.
  1265.  
  1266. ------------------------------
  1267. V. 0.15a ALPHA June 10. 1996
  1268. ------------------------------
  1269.  
  1270. Note: I finally changed the name. The name of the server is
  1271. war-ftpd. From now on the .zip file will contain the version 
  1272. number.
  1273.  
  1274. Note: The setup information is moved from tFTPd32.ini to
  1275. FtpDaemon.ini, and many of the option names has changed.
  1276. When you install the new version, you must go into the
  1277. Properties/Options tab and configure the system.
  1278.  
  1279. ADDED    Minimize option at startup
  1280.  
  1281. ADDED    Password protection of the servers main window.
  1282.     If you enable this option, you must have a 
  1283.     login account (FTP user) that belong in the
  1284.     Sysadmin class, and you better remember his
  1285.     password :-)
  1286.     If you fail to get the main window back, shut
  1287.     down the server from the tray-icon menu and
  1288.     set the "Protected" value in FtpDaemon.ini
  1289.     to 0.
  1290.  
  1291. ADDED    Option to disable recursive directory listings
  1292.  
  1293. ADDED    Option to disable output of the download counter
  1294.     on the files in a directory.
  1295.     (The download count shows up in the .Index.txt
  1296.     files and if the user calls LIST -I)
  1297.  
  1298. CHANGE    Moved most of the setup dialogs to a new tab.
  1299.  
  1300. BUGFIX    Removed a possible cause of access violation.
  1301.  
  1302. BUGFIX    Some minor bugs are fixed.
  1303.  
  1304. ------------------------------
  1305. V. 0.14.1a ALPHA June 9. 1996
  1306. ------------------------------
  1307.  
  1308. ADDED    Multicolumn "-C" option to LIST
  1309.  
  1310. ADDED    DOS path to the SPY dialog when running VfSys.
  1311.  
  1312. ADDED    MDTM command. Reports the filedate in ascii. This is
  1313.     used by some FTP clients and WEB browsers.
  1314.  
  1315. ADDED    TYPE L 8 command is now recognized. Used by some
  1316.     MAC FTP clients.
  1317.  
  1318. CHANGE    Added better precision on the KB/Sec upload/
  1319.     download info.
  1320.  
  1321. BUGFIX    The Dupe Checker did not work.
  1322.     Fixed
  1323.  
  1324. BUGFIX    VfSys was not able to follow it's own paths when
  1325.     a directory was a link.
  1326.     Fixed
  1327.  
  1328. BUGFIX    If the VfSys path was "C:\;d:\" (in stead of
  1329.     "C:\,c-drive;D:\,files") users
  1330.     would be refused on login with the message
  1331.     "Access denied to homedir".
  1332.     Fixed
  1333.  
  1334. BUGFIX    The VfSys would flush each second in stead of
  1335.     each 7. minute. 
  1336.     Fixed
  1337.  
  1338. BUGFIX    If the users root dir was \ and it was mapped, 
  1339.     the paths reported by PWD would be wrong.
  1340.     Fixed.
  1341.  
  1342. BUGFIX    Fixed problem with long response messages
  1343.     that were broken up without sending a '-' after
  1344.     the response number.
  1345.  
  1346. BUGFIX    Removed empty lines in response messages.
  1347.  
  1348. BUGFIX    Removed a trailing 0 in the LIST output. This
  1349.     zero caused big problems with ncftp.
  1350.  
  1351. ------------------------------
  1352. V. 0.14.a ALPHA June 5. 1996
  1353. ------------------------------
  1354.  
  1355. The big news this time is the new Virtual File System.
  1356. Please note that the .Index.txt file format has changed and
  1357. that the server no longer will understand the old format.
  1358. (This does not affect the user database and the information
  1359. stored there).
  1360. Please read the page describing the Virtual File System in the
  1361. supplied documentation file (tFTPd32.rtf).
  1362.  
  1363. I expect this release to be buggy and unreliable. Please report 
  1364. any problems. New versions will be available rapidly in the next
  1365. two weeks. But I need to get the problems reported before I can
  1366. fix them :-)
  1367.  
  1368. Note: The UNIX ln command was announced for this verion. There
  1369. were some problems, so the command will have to wait a bit.
  1370.  
  1371.  
  1372. ADDED    Multithreading.
  1373.  
  1374. ADDED    Full pattern matching and recognition of most UNIX
  1375.     ls line parameters on the LIST command.
  1376.     Note: Multi-coloum output and sorting are still not
  1377.     ready.
  1378.     Mget should now work 100%.
  1379.  
  1380. ADDED    Site commands for simplified implementations of the
  1381.     following UNIX commands: chmod, chgrp, chown
  1382.  
  1383. ADDED    Free Download of selected files (require the Virtual
  1384.     File System to be running).
  1385.     Note: Statistics are not counted for free files.
  1386.  
  1387. ADDED    Dupe checker. The dupe checker will only work when the 
  1388.     virtual file system is running.
  1389.     (The dupe checker will deny upload of filenames that
  1390.     are known by the virtual file system if the "deny" option
  1391.     is enabled in the Properties/Security/Banned Files tab.)
  1392.  
  1393. ADDED    Popup-menu when right clicking on the tray icon.
  1394.  
  1395. CHANGE    The log will now only be opened when there are data to
  1396.     be written.
  1397.  
  1398. CHANGE    The logfile is now only opened when there is something
  1399.     to write to the log.
  1400.  
  1401. CHANGE    When the user database is saved the server now writes to
  1402.     a temporary file. When the file is successfully written
  1403.     the old database file is saved with the name
  1404.     "FtpDaemon.dat.bak".
  1405.  
  1406. CHANGE    The server no longer gives any message if the user
  1407.     IP is denied by absolute denial in the default setup.
  1408.     Cute-ftp will "hang" until it time out. Ws_ftp will
  1409.     detect that the connection is closed and report
  1410.     "connection failed". I have not tested with other
  1411.     FTP clients. however, this is the way most FTP servers
  1412.     handle denied IP addresses.
  1413.  
  1414. CHANGE    The tooltip text on the tray icon will now show the 
  1415.     port the server is listening to, to ease use of
  1416.     multiple servers.
  1417.  
  1418. CHANGE    Cosmetic change when selecting users in the user list
  1419.     on the main console. You can now select a user by
  1420.     clicing on any coloumn, and the entire row will be
  1421.     colored. Also added sorting of any coloumn by clicking
  1422.     at the coloumn header.
  1423.  
  1424. CHANGE    The Rename functions will now also rename directories
  1425.  
  1426. CHANGE    Resized the toolbar buttons to standard Windows apps.
  1427.     size.
  1428.  
  1429. BUGFIX    Upon receiving, the server would generate a number
  1430.     of wasted internal notification messages.
  1431.     Fixed.
  1432.  
  1433. BUGFIX    Changing a file to a new name, and then back to the     
  1434.     original name would fail due to a bug in one of the
  1435.     standard libraries. 
  1436.     Fixed.
  1437.  
  1438. BUGFIX    The .lnk files would use the DOS 8.3 name conversion
  1439.     for the destrination file.
  1440.     Fixed.
  1441.  
  1442. ------------------------------
  1443. V. 0.13a ALPHA April 6. 1996
  1444. ------------------------------
  1445.  
  1446.  
  1447. UTILITY    Due to some instability in the 0.12a version, I
  1448.     have included the "chksvr" utility in the standard
  1449.     distribution. See chksvr.txt for details.
  1450.  
  1451. CHANGE    [$ulcount] and [$dlcount] will now show files or bytes,
  1452.     depending on the users current U/D restriction type.
  1453.     (There will be added new macros for explicit file and
  1454.     byte information)
  1455.  
  1456. CHANGE    Changed byte counters to be Kbytes counters to allow
  1457.     larger totals. The largest number the counters can
  1458.     keep now are 2,147,483,647 Kbytes.
  1459.     Please verify that the conversion from bytes to Kbytes
  1460.     are done ~right... (Keep a copy of your old database
  1461.     file in case there are bugs - I'll fix this right away).
  1462.  
  1463. CHANGE    Corrected spelling in [$programname] macro
  1464.  
  1465. CHANGE    Resized the width of the main window to fit
  1466.     within 640 x 480 (VGA) resolution. Now all
  1467.     the options are displayed, also on low-res
  1468.     monitors.
  1469.  
  1470. CHANGE    When the Absolute option is used on the default
  1471.     IP access list, the system will no longer scan
  1472.     the default IP access list when verifying if a 
  1473.     user is denied access. This because he not would
  1474.     have made it to the login prompt if he was denied
  1475.     in the default IP access list.
  1476.     Else, If you denied everyone, and let some masks 
  1477.     get trough in the default setup, all users within 
  1478.     the allowed masks would get access, no matter what
  1479.     was specified on the user/group/class level.
  1480.     (The access first scans all the lists for denial,
  1481.     and if the user is denied, all lists for an
  1482.     exception.)
  1483.  
  1484. CHANGE    Added logic to not update the users counters
  1485.     (Upload, Download, Logins etc.) unless these
  1486.     fields actually had been edited, when the user
  1487.     properties was updated. 
  1488.     The side effect of updating it all was that users
  1489.     who were online could get their counters reset to
  1490.     the values present prior to the change, even when
  1491.     the changes were made in the file properties or
  1492.     IP access list.
  1493.  
  1494. BUGFIX    Sometimes the client area of the list-boxes in the
  1495.     User maintenance/Security dialogs was grayed out.
  1496.     I tracked this down to a bug/feature in Windows
  1497.     and instructed windows to leave the areas alone :-)
  1498.     Assumed fixed.
  1499.  
  1500. BUGFIX    Sometimes the server would report en error on
  1501.     successfully uploaded files. I believe this bug
  1502.     was caused by a change in the Winsock design in
  1503.     NT 4.0. 
  1504.     Assumed fixed.
  1505.  
  1506. BUGFIX    When deleting users, the server would crash in
  1507.     some situations (due to an uninitialized pointer).
  1508.     Fixed.
  1509.  
  1510. BUGFIX    PASV would use 127.0.0.1 as the IP address
  1511.     to the server, instead of the actual IP
  1512.     address. The result was that Netscape
  1513.     Navigator/MS Internet Explorer failed to
  1514.     get files.
  1515.     Fixed. It will now use the IP address the
  1516.     user logged in to, thus hiding other IP
  1517.     addresses from users logging in to a virtual
  1518.     multihoming server.
  1519.  
  1520.  
  1521. ------------------------------
  1522. V. 0.12a ALPHA April 30. 1996
  1523. ------------------------------
  1524.  
  1525. Note:     I still have some bugs to work on, but release
  1526.     this version now to help the sites that have
  1527.     had problems with the library bug.
  1528.     A new release with more bugfixes will follow
  1529.     in a day or two...
  1530.  
  1531.  
  1532. ADDED:    Absolute option in Default IP deny list.
  1533.     IP's on the default list will be disconnected
  1534.     at once if this option is set. This makes the
  1535.     server behave like all other FTP servers with
  1536.     IP access lists.
  1537.     The other IP deny/access lists will behave like
  1538.     before. (The server checks the IP number against
  1539.     the user/group/class *and* default list after
  1540.     the user has given his name.)
  1541.     There has been many requests for this dual
  1542.     functionality so I moved it up on my todo-list :-)
  1543.  
  1544. ADDED:    SITE ICON command. Will force the server to add a
  1545.     new system try icon. Added to re-enable contact
  1546.     with the system console after Explorer crash in
  1547.     NT 4.0.
  1548.     This command is only available for users in the
  1549.     "Sysadmin" class.
  1550.  
  1551. TEST:    A problem was reported when deleting groups. I have
  1552.     not been able to reproduce this.
  1553.  
  1554. BUGFIX:    A bug in the Microsoft socket library was verified
  1555.     and a workaround made. The system should now be
  1556.     rock solid on high-impact systems, also under
  1557.     Win95.
  1558.  
  1559.  
  1560.  
  1561. ------------------------------
  1562. V. 0.11a ALPHA April 26. 1996
  1563. ------------------------------
  1564.  
  1565. ADDED:    Multihosting feature. See "Multih.txt" for details.
  1566.  
  1567. CHANGE:    Some cosmetic improvements.
  1568.  
  1569. CHANGE:    Changed the user list from ListBox to ListCtrl/report
  1570.     mode. This was not the trivial task I had thought!
  1571.     Thanks to Microsoft's poor documentation, I spent
  1572.     7 hours before this list started to work. 
  1573.  
  1574.     Note: When the listCtrl looses focus, the selected
  1575.     user is no longer highlighted. I have no idea of
  1576.     how to work around this. To make it a little
  1577.     easier to maintain the users online, I have added
  1578.     a pop-up menu that pops up if you click on a 
  1579.     user # with the right mouse button.
  1580.  
  1581. CHANGE:    Moved system message from Notepad to tabbed dialog.
  1582.  
  1583. BUGFIX:    When using space + '.' in the paths the user could 
  1584.     sometimes get around some of the security checking.
  1585.     Fixed.
  1586.  
  1587. BUGFIX:    When pressing the [EDIT] button in the main window, the
  1588.     server would crash. 
  1589.     Fixed.
  1590.  
  1591.  
  1592. ------------------------------
  1593. V. 0.10a ALPHA April 25. 1996
  1594. ------------------------------
  1595.  
  1596. ADDED:    sysmsg9: Shows status info after up/download.
  1597.  
  1598. ADDED:    Dialog popping up after Killing a user, asking
  1599.     if the user should be refused in the future.
  1600.  
  1601. ADDED:    4 new views of the security dialog.
  1602.  
  1603. TEST:    There has been messages on Usenet about problems with
  1604.     WinSock and large files. I tested transmission of 
  1605.     10MB+ files between a NT Server and my own Win95 PC,
  1606.     running the FTP server on my own machine.
  1607.     I experienced problems with the control channel.    
  1608.     Cute-FTP sometimes failed to receive the directory
  1609.     listing after uploading the lage file. I made some 
  1610.     changes in the FTP engine in the server, without
  1611.     resolving the problem. I was also able to reproduce
  1612.     the problem with other FTP clients. 
  1613.     When I ran the same test under NT, there was no 
  1614.     problems at all. I suspect this error to
  1615.     be in the Win95 Winsock .dll *or* in the C++
  1616.     liberaries I use. If there are bugs in the libraries
  1617.     I will probarbly have to write my own low-level
  1618.     network lib...
  1619.  
  1620. ADDED:    Toolbar
  1621.     Note: I have not been able to get the tooltip feature
  1622.     to work yet.
  1623.  
  1624. CHANGE:    The user list will now show "idle", "Upload" and "Download".
  1625.  
  1626. CHANGE:    The server now looks for a ".message.ftp.txt" in it's
  1627.     startup directory if the file not can be found in the
  1628.     usres current directory.
  1629.     This gives the option of a standard directory change 
  1630.     message    for all dirs that don't have their own message.
  1631.  
  1632. ------------------------------
  1633. V. 0.9a ALPHA April 22. 1996
  1634. ------------------------------
  1635.  
  1636. ADDED:    Reverse DNS lookup. (Has not been able to test it.)
  1637.  
  1638. ADDED:    User Up/Download statistics. (10 on top)
  1639.  
  1640. ADDED:    Bug report form in the help menu. Please use this
  1641.     when reporting bugs. It provides info that speeds
  1642.     up the work of tracing the problems.
  1643.  
  1644. CHANGE:    The user database is flushed to disk every 10 minutes.
  1645.  
  1646. TEST:    I received a report that the password given when a user
  1647.     is created did not work. I was able to reproduce the
  1648.     problem, but when I started to trace it, the problem
  1649.     went away. I have not been able to reproduce it
  1650.     with 0.9a. Please keep an eye on this feature.
  1651.  
  1652. TEST:    I received a report that the server would require 2
  1653.     uploaded files when the Up/Download limits was set
  1654.     to 1 : 2 *bytes*. I was not able to reproduce the
  1655.     problem in version 0.9a
  1656.  
  1657. TEST:    I got a report that the server would crash if scandisk
  1658.     was started when it was running. I ran scandisk with
  1659.     no problems with the file system idle.
  1660.  
  1661. BUGFIX:    The "alias" name in the File Security tab was not always
  1662.     updated after a change. 
  1663.     Fixed.
  1664.  
  1665. BUGFIX:    In version 0.6a, when the design of the file system
  1666.     changed, a new bug was introduced. It was not possible
  1667.     to CD to a mapped dir if the root dir was a drive
  1668.     i.e. C:\ The CD would only work if the home dir was
  1669.     somewhere down in a sub-directory.
  1670.     Another related problem was that when the system was using 
  1671.     DOS mode in dir listings/paths, it was not possible to
  1672.     "CD \" and get to the root dir.
  1673.     [The path parsing functions, supporting DOS/UNIX style 
  1674.     paths + OLE .lnk files + mappings are now among the most
  1675.     advanced and complex parts of the server]
  1676.     Fixed.
  1677.  
  1678. BUGFIX:    When the spy dialog was closed with the [x] button, or
  1679.     by pressing the [ESC] key, it was not possible to
  1680.     spy on that user again.
  1681.     Same behavior is reported when closing a minimized
  1682.     soy window.
  1683.     Fixed.
  1684.  
  1685. BUGFIX:    Traced down a memory leak that would allocate 8 KB
  1686.     memory for each connection, and never release the
  1687.     memory. There can still be memory leaks, but all I
  1688.     have found in the current version is an unidentified 25 
  1689.     bytes buffer that remains allocated from the server starts
  1690.     till it is shut down.
  1691.     ALPHA TESTERS: Please keep an eye on your system and
  1692.     report if the system runs slower after a day or two
  1693.     without stopping the server.
  1694.  
  1695. BUGFIX:    The server did not handle write error's on incoming files
  1696.     very well. It will now abort the file transfer.
  1697.     Log files will not be written if disk errors occur.
  1698.     The user database will be corrupted if the disk where
  1699.     it remains gets full. It is not possible to update
  1700.     the user database in this situation, and the situation
  1701.     will not be discovered before the error occurs.
  1702.     Therefore: Make sure to start the server from a disk
  1703.     partition that will not run full. Let the users fill
  1704.     up other partitions or drives.
  1705.  
  1706. ------------------------------
  1707. V. 0.8a ALPHA April 17. 1996
  1708. ------------------------------
  1709.  
  1710. UPDATE:    The dll's are updated to MSVC 4.1. If you are experiencing
  1711.     problems with your existing dll's, get the dll .zip file.
  1712.  
  1713. BUGFIX:    If max simultaneous users was specified on a user/group/class,
  1714.     the user could not log in at all.
  1715.     Fixed.
  1716.  
  1717. BUGFIX:    Passwords added when the user was created was not stored. 
  1718.     Fixed.
  1719.  
  1720. BUGFIX:    If a user logged in right after he was created, but before
  1721.     the internal tables were synchronized (happens when you press
  1722.     the [OK] button in the security dialog), the system would
  1723.     chrash.
  1724.     Fixed.
  1725.  
  1726.  
  1727.  
  1728. ------------------------------
  1729. V. 0.7a ALPHA April 16. 1996
  1730. ------------------------------
  1731.  
  1732. ADDED:    (Win95) Icon in system tray. If the window is minimized, ESC 
  1733.     pressed or the close [X] button pressed, the server will hide 
  1734.     itself and only    be available by clicking on the icon in the 
  1735.     system tray. The only way to stop the server is to use the 
  1736.     menu and choose    Exit.
  1737.  
  1738. ADDED:    Option in file system setup to disable the .Index.txt
  1739.     file.
  1740.  
  1741. BUGFIX:    When the system was offline and vfsys enabled, it would 
  1742.     crash if the OK button in the file system options was
  1743.     pressed.
  1744.     Fixed.
  1745.  
  1746. ------------------------------
  1747. V. 0.6a ALPHA April 14. 1996
  1748. ------------------------------
  1749.  
  1750. ADDED:    Temporary hook to support "mget *" command.
  1751.     NOTE: Regular pattern matching is still not supported,
  1752.     only "*" can be used (ie. not *.txt etc..).
  1753.  
  1754. ADDED:     SITE MSG <message>
  1755.     The message will show up on the main console.
  1756.  
  1757. ADDED:    Menu bar on the main console.
  1758.  
  1759. CHANGE:    Design change in user/group dialogs and internal design.
  1760.     This includes a mass-implementation of new features.
  1761.     NOTE: The file format has changed and the system can no longer
  1762.     read or understand the database files of previous versions.
  1763.     The .ini file is compatible with previous versions.
  1764.  
  1765. CHANGE:    System database is now encrypted.
  1766.  
  1767. CHANGE:    Virtual files (LIST, ".Index.txt") are now listed in the log
  1768.     under the DEBUG flag (and will only show up if the logging if
  1769.     DEBUG messages are enabled).
  1770.  
  1771. CHANGE:    Filesize are added to the logs notification of successfull
  1772.     transfer.
  1773.  
  1774. CHANGE:    Main console is now resizable.
  1775.  
  1776. BUGFIX:    All reported bugs are supposed to be fixed.
  1777.  
  1778. ------------------------------
  1779. V. 0.5a ALPHA April 4. 1996
  1780. ------------------------------
  1781.  
  1782. ADDED:    Extended access control. Now a user can be denied/allowed access 
  1783.     on system wide, user class, user group and user level.
  1784.     The access control module checks the access in this order:
  1785.     1) Is the userclass anonymous, and anonymous access denied?
  1786.     2) Is the userclass not root, and general access denied?
  1787.     3) Is there user-level access permissions?
  1788.     4) Is there group-level access permissions?
  1789.     5) Is there userclass-level access permissions?
  1790.     6) Is there permissions at all?
  1791.     If there is defined access or not access, the processing stops and
  1792.     the user is given access or denied. If the state is undetermined
  1793.     (grayed check box), the next test is performed.
  1794.  
  1795.     1 - 2 are defined with the checkbuttons on the system console
  1796.     3 is a new button in the user dialog
  1797.     4 is a new button in the group dialog
  1798.     5 - 6 are new buttons in the system options dialog.
  1799.     There is also a simple report available, listing the users and their
  1800.     permissions. 
  1801.  
  1802.     NOTE: Anonymous users can now be denied access from the system options
  1803.     dialog, and from the system console. If they are denied access from
  1804.     the system options dialog, users with userclass anonymous can still
  1805.     log in if they are given explicit access in the user or group
  1806.     dialogs. But if the button on the main console is pressed, they
  1807.     are denied access no matter what the user or group settings says.
  1808.  
  1809.  
  1810. ADDED:    OLE support for Win95 .lnk files. The .lnk files will show up
  1811.     as mapped directories. 
  1812.  
  1813.     NOTE1: The user must have permission to the directory in order
  1814.     to access the link. But the directory does not need to be mapped to
  1815.     the users homedir.
  1816.     The .lnk support is intended to make it easier for the user to
  1817.     navigate in the system, not to make an easy way to surpass
  1818.     security.
  1819.  
  1820.     NOTE2: I have successfully downloaded files that was linked with
  1821.     this method. However, Cute-ftp and WS_FTP has a bug in their parsing
  1822.     of the directory listings that make them treat any links as directories,
  1823.     and (as far as I can see) has no direct method to download links that
  1824.     points directly to files. To fix this problem I list links to regular
  1825.     files as normal files, without the 'l' flag set.
  1826.     When such files are downloaded the server reports the correct name, but
  1827.     the FTP clients will use the filename.lnk name. The files will have to be 
  1828.     manually renamed by the user after download.
  1829.     ***The user will still need to have permissions to the directory where 
  1830.     the actual file is located.
  1831.  
  1832.  
  1833. CHANGE:    Changed internal system time functions from GMT to local time zone.
  1834.  
  1835. CHANGE:    Removed security restriction that denied creation of directories at the
  1836.     root level. (MKD C:\NEWDIR)
  1837.  
  1838. CHANGE:    The tab order of the system console and the Msg User dialog are changed.
  1839.  
  1840. CHANGE:    Help is made the default button on the system console.
  1841.  
  1842. BUGFIX:    The server would crash if a user logged in and the group he belonged to
  1843.     not was found.
  1844.     Fixed.
  1845.  
  1846. BUGFIX:    The path parser will now detect (and skip) /./ in the path.
  1847.  
  1848. BUGFIX:    The .message.ftp.txt files was not closed after use.
  1849.     Fixed.
  1850.  
  1851.  
  1852. ------------------------------
  1853. V. 0.4a ALPHA April 3. 1996
  1854. ------------------------------
  1855.  
  1856. ADDED:    Users IP address to spy dialog.
  1857.  
  1858. ADDED:     Textfile to display as welcome message when changing directory.
  1859.     The filename can be modified in the system setup dialog.
  1860.     Default filename is ".message.ftp.txt"
  1861.     The message file have support for macros
  1862.     Tested with Cute-ftp, MS Internet Explorer and Netscape Navigator.
  1863.  
  1864. ADDED:    Full support for mapping of dirs. to home. The path will now show
  1865.     the path from the homedir if the user is in any path mapped to the
  1866.     homedir. If i.e. D:\ is mapped to C:\FTP, you can say "CD /C/FTP/D/BIN"
  1867.     and come to the D:\BIN directory. The server will report "/C/FTP/D/BIN"
  1868.     as the current directory (or "/D/BIN") if home is mapped to root.
  1869.  
  1870. ADDED:    PASV command implemented.
  1871.  
  1872. ADDED:    UNIX style link output on "ls -l" on mapped dirs.
  1873.  
  1874. ADDED:    "System type" option in system setup, UNIX or Real.
  1875.     This applies to the SYST command. If "Real" is checked
  1876.     the system will report the actual operating system
  1877.     (WIN32 + WN95 or NT). If "UNIX" is checked, it will
  1878.     report "UNIX Type: L8" (I have no idea about what L8 stands for,
  1879.     but it appears that Netscape Navigator wont accept the "ls -l" LIST
  1880.     format without this response).
  1881.  
  1882. ADDED:     "SIZE path" nonstandard FTP command implemented.
  1883.  
  1884. ADDED:    Support for BINARY LIST transfer. (If UNIX file system, only newline are
  1885.     sent as end-of-line marker).
  1886.  
  1887. CHANGE:    The scrolling of the log window is changed. If the first line is selected
  1888.     the first line will always be displayed on top. If another line is selected
  1889.     then that selection will remain active, and new messages will not be visible 
  1890.     before the window is scrolled up manually.
  1891.  
  1892. CHANGE:    The program will now terminate at once when the EXIT button is pressed.
  1893.     In previous versions the EXIT button set a flag that was polled once
  1894.     a second (when the log window is updated). In some rare cases the timer
  1895.     would not start, and the program would not respond to the EXIT
  1896.     button at all. This is now fixed.
  1897.  
  1898. CHANGE:    The output from the LIST command is now comforming 100% with UNIX 
  1899.     standard (as far as there *is* such a thing...).
  1900.  
  1901. CHK:    I got a report that permissions on the home dir. did not applied for the homedir.
  1902.     I am not able to reproduce the problem. (Unless if I change the map parameter
  1903.     when the user is online. The server does not handle that. If this happens,
  1904.     the user must issue a "CD /" command to reset the FTP client's and the    
  1905.     servers recognition of the current working directory.)
  1906.  
  1907. CHK:    I got a report that uploaded files not was shown in the Spy xmit history
  1908.     dialog. I am not able to reproduce the problem.
  1909.  
  1910. FIX:    Goodbye message was not sent. 
  1911.     Fixed.
  1912.  
  1913. BUGFIX:    When using WS_FTP the server would sometimes show a wrong ".Index.txt"
  1914.     file. The "problem" was that WS_FTP are optimizing speed by caching directory
  1915.     information. The server was optimizing speed by not reading the directory
  1916.     info into memory before the user issued a LIST command. What happened was that
  1917.     the server kept a cache of the last directory read, containing the information
  1918.     used to build the ".Index.txt" file, but sometimes for the wrong dir.
  1919.     The servers cache is now trashed when the user issues a CWD command. It will
  1920.     reload the directory info if the user want the ".Index.txt" file, even if
  1921.     no LIST command is given.
  1922.     Note: The ".Index.txt" file is created in memory, based on the cached 
  1923.     directory information. The file length reported by LIST is just an estimate.
  1924.     The server will *only* load the ".Index.txt" for the current directory.
  1925.     If a path is given, it will try to open a real file named ".Index.txt".
  1926.  
  1927. BUGFIX:    If a file with an attached comment were deleted, it would result
  1928.     in a page protection fault.
  1929.     Fixed.
  1930.  
  1931. BUGFIX:    The server asked for password for users without password.
  1932.     Fixed.
  1933.  
  1934. BUGFIX:    If a user had a name that was not the same as any group, the program
  1935.     would get a page protection fault.
  1936.     Fixed.
  1937.  
  1938. BUGFIX:    User-Group dialog: It was not possible to add a new path when it was
  1939.     part of an already defined path i.e. Could not add "D:\" if "D:\tmp" was
  1940.     defined.
  1941.     Fixed.
  1942.  
  1943. BUGFIX:    A rare condition in the optional dir. combo-box (invalid selection) would
  1944.     lead to a page protection fault.
  1945.     Fixed.
  1946.  
  1947. BUGFIX:    Virtual File system: (LIST) Number of dirs was not updated when only
  1948.     drives was shown (PWD=\ --> show dives in stead of dirs/files).
  1949.     Fixed.
  1950.  
  1951. BUGFIX: Serious problem with "CD /path/dir./../anotherdir". The path-parser did not
  1952.     recognize the "/../" sequence, leaving the "anotherdir" open for access
  1953.     with no access control.
  1954.     Fixed.
  1955.  
  1956. BUGFIX:    Sometimes the path was still shown as "/c/"
  1957.     Fixed.
  1958.  
  1959. BUGFIX:    "CD .." did not work very well if the current directory was "C:\"
  1960.     Fixed.
  1961.  
  1962. BUGFIX:    The server would not work with MS Internet Explorer and Netscape Navigator.
  1963.     Fixed.
  1964.  
  1965. BUGFIX:    The logfiles was not flushed at shutdown.
  1966.     Fixed.
  1967.  
  1968. BUGFIX:    Trying to delete an un-empty directory caused a page protection fault.
  1969.     Fixed.
  1970.  
  1971. BUGFIX:    Creating an existent directory (MKD) caused a page protection fault.
  1972.     Fixed
  1973.  
  1974.  
  1975. ------------------------------
  1976. V. 0.3a ALPHA March 31. 1996
  1977. ------------------------------
  1978.  
  1979. ADDED:    Spy: History of file xmits for the current connection
  1980.  
  1981. ADDED:    Spy: User-account and connection-only file counters
  1982.  
  1983. ADDED:     Macros for number of users online, max users online, 
  1984.     number of anonymous users online and max anonumous 
  1985.     users online.
  1986.  
  1987. FIX:    "Locate cursor in first text filed in input dialogs"
  1988.     Fixed.
  1989.  
  1990. FIX:    "Blank user name should not be allowed"
  1991.     Blank user and groupnames, and user and group names with
  1992.     white space are now denied.
  1993.  
  1994. FIX:    Macroes that displays current up/download counter will now
  1995.     show session counters for session only for users with 
  1996.     session only up/download class.
  1997.  
  1998. FIX:    Deny access to directories with no permissions checked
  1999.     If you want to deny access to a directory in the users
  2000.     homepath (or one of the optional paths), you add the
  2001.     directory you want to close as an optional path and
  2002.     turn off all file/dir. permissions.
  2003.  
  2004. FIX:    Small icon used MFC instead of tFTPd style icon.
  2005.     Fixed.
  2006.  
  2007. FIX:    Cute FTP and "resolve links" is not working.
  2008.     The problem was that Cute-ftp sent a LIST -L
  2009.     command, that is undocumented in the FTP specs.
  2010.     I have added a hook to just ignore this parameter for now,
  2011.     and it seems that Cute-ftp is quite happy with the
  2012.     standard UNIX "ls -l" it gets back...
  2013.  
  2014. BUGFIX: recognize CD "d:" and CD "d:\" as the same thing
  2015.  
  2016. BUGFIX:    Unix style /c/ as current dir. is nonstandard and ugly
  2017.     fixed. Will now display /c
  2018.  
  2019. BUGFIX: Unix style CD /c/usr don't work
  2020.     fixed.
  2021.  
  2022. ------------------------------
  2023. V. 0.2a ALPHA March 30. 1996
  2024. ------------------------------
  2025. BUGFIX: "MKDIR reports 501 permission denied"
  2026.     This was not a bug, but rather a logical error.
  2027.     RMDIR was probithed when the user did not have
  2028.     access to subdir (Apply for subdirs checkbox).
  2029.     The dialog will now disable the Rmdir and Mkdir
  2030.     checkboxes when the Apply for subdirs checkbox
  2031.     is unchecked.
  2032.  
  2033. BUGFIX:    "Mapped drive did not show up in homedir"
  2034.     Unable to reproduce this error. If it is a problem somewhere,
  2035.     I guess it will be fixed when I complete the implementation
  2036.     of mapped directories (scheduled to the next release).
  2037.  
  2038. BUGFIX:    "NT, problem with zombie server"
  2039.     Fixed.
  2040.  
  2041. BUGFIX: "Win95, problem with displayed IP number when the PC is off-line."
  2042.     Fixed.
  2043.  
  2044. Added RFC 1123 4.1.3.1 support
  2045.  
  2046.             FTP allows "experimental" commands, whose names begin with
  2047.             "X".  If these commands are subsequently adopted as
  2048.             standards, there may still be existing implementations using
  2049.             the "X" form.  At present, this is true for the directory
  2050.             commands:
  2051.  
  2052.                 RFC-959   "Experimental"
  2053.  
  2054.                  * MKD        XMKD
  2055.                  * RMD        XRMD
  2056.                  * PWD        XPWD
  2057.                  * CDUP       XCUP
  2058.                  * CWD        XCWD
  2059.  
  2060.             All FTP implementations SHOULD recognize both forms of these
  2061.             commands, by simply equating them with extra entries in the
  2062.             command lookup table.
  2063.  
  2064. ------------------------------
  2065. V. 0.1a ALPHA March 29. 1996
  2066. ------------------------------
  2067.  
  2068. Virtual file system is not fully implemented. It will start and run, but
  2069. the server will not use it for any user services. Only the "comment on file"
  2070. benefit of the virtual file system is supported.
  2071.